-
Notifications
You must be signed in to change notification settings - Fork 220
Sample CI Cleanup #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Sample CI Cleanup #637
Conversation
@@ -11,10 +11,6 @@ | |||
{ | |||
"name": "--message", | |||
"data": "hello" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify that we're actually running this sample because last I remember, greengrass IPC samples in CI was broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that we are running the sample and test. It was added in this PR: #585
and is used in the CI job linux-greengrass-tests
. It's currently setup to run the sample basic_discovery.py which unfortunately used the MQTT3 client. I'm hoping in the next full samples pass to be able to convert it to MQTT5 but I'm not immediately familiar enough with the test to off-hand know if it's possible. If it's not, I'll probably move the sample out of the the samples folder into a testing folder to remove all traces of MQTT3 from the main samples folder.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.